home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / WriteUp.app / English.lproj / PanelSpellCheck.nib / data.classes next >
Text File  |  1994-12-14  |  721b  |  55 lines

  1. PanelSpellCheck = {
  2.     ACTIONS = {
  3.     learnAll:;
  4.     toggleLearnedWords:;
  5.     editLearnedWords:;
  6.     fixCandidate:;
  7.     fixAndFind:;
  8.     fix:;
  9.     guessWord:;
  10.     init:;
  11.     learn:;
  12.     pickBadWord:;
  13.     fixAll:;
  14.     findAll:;
  15.     ignore:;
  16.     findNext:;
  17.     pickGuessWord:;
  18.     };
  19.     OUTLETS = {
  20.     guessWordSL;
  21.     langField;
  22.     badList;
  23.     badWordBrowser;
  24.     badWordSL;
  25.     theSelectedWord;
  26.     correction;
  27.     guessList;
  28.     learnList;
  29.     findNextButton;
  30.     badWord;
  31.     guessWordBrowser;
  32.     showLearnedWords;
  33.     };
  34.     SUPERCLASS = Panel;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. PasteUp = {
  42.     OUTLETS = {
  43.     spellPanel;
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. WriteUp = {
  48.     ACTIONS = {
  49.     appDidInit:;
  50.     };
  51.     OUTLETS = {
  52.     };
  53.     SUPERCLASS = PasteUp;
  54. };
  55.